os/exec.Cmd.awaitGoroutines (method)

2 uses

	os/exec (current package)
		exec.go#L940: 	if goroutineErr := c.awaitGoroutines(timer); err == nil {
		exec.go#L959: func (c *Cmd) awaitGoroutines(timer *time.Timer) error {